|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IControllerCommandVisitor
A visitor capable of handling forward, include, and exit commands.
| Method Summary | |
|---|---|
java.lang.Object |
visitExit(ExitCommand exitCommand)
Called when this visitor is passed to an exit command instance. |
java.lang.Object |
visitForward(ForwardCommand forwardCommand)
Called when this visitor is passed to a forward command instance. |
java.lang.Object |
visitInclude(IncludeCommand includeCommand)
Called when this visitor is passed to an include command instance. |
| Methods inherited from interface org.eclipse.vtp.framework.spi.ICommandVisitor |
|---|
visitUnknown |
| Method Detail |
|---|
java.lang.Object visitForward(ForwardCommand forwardCommand)
forwardCommand - The forward command this visitor was passed to.
java.lang.Object visitInclude(IncludeCommand includeCommand)
includeCommand - The include command this visitor was passed to.
java.lang.Object visitExit(ExitCommand exitCommand)
exitCommand - The exit command this visitor was passed to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||